projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749c554
)
(make_window): Initialize overlay_arrow_bitmap.
author
Kim F. Storm
<storm@cua.dk>
Mon, 1 Mar 2004 23:56:30 +0000
(23:56 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 1 Mar 2004 23:56:30 +0000
(23:56 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 3294e5cbd0516d9ab780b3399d8d36d4957782ca..bac6c5a7d9240edbe6b1650743d4c9f45c184547 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-279,6
+279,7
@@
make_window ()
p->fringes_outside_margins = Qnil;
p->scroll_bar_width = Qnil;
p->vertical_scroll_bar_type = Qt;
+ p->overlay_arrow_bitmap = 0;
Vwindow_list = Qnil;
return val;